home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1997
/
HAM Radio 1997.iso
/
vcls
/
moden
/
dial_dlg.dfm
/
dial_dlg.txt
Wrap
Text File
|
1996-04-08
|
2KB
|
81 lines
object DialerForm: TDialerForm
Left = 423
Top = 180
ActiveControl = Button2
BorderIcons = [biMinimize]
BorderStyle = bsDialog
Caption = 'Phone Dialer'
ClientHeight = 223
ClientWidth = 340
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Arial'
Font.Style = []
PixelsPerInch = 120
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
TextHeight = 19
object Label1: TLabel
Left = 30
Top = 15
Width = 108
Height = 19
Caption = 'Number to Dial'
end
object Edit1: TEdit
Left = 29
Top = 35
Width = 250
Height = 27
TabOrder = 0
Text = '689-3200'
end
object Button1: TButton
Left = 67
Top = 120
Width = 89
Height = 33
Caption = '&Dial'
Default = True
Enabled = False
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 177
Top = 120
Width = 89
Height = 33
Caption = '&Cancel'
TabOrder = 2
OnClick = Button2Click
end
object Panel1: TPanel
Left = 0
Top = 192
Width = 340
Height = 31
Align = alBottom
Alignment = taLeftJustify
BevelInner = bvLowered
TabOrder = 3
end
object CheckBox1: TCheckBox
Left = 38
Top = 75
Width = 121
Height = 17
Caption = 'Retry if busy'
TabOrder = 4
end
object Timer1: TTimer
Enabled = False
Interval = 5000
OnTimer = Timer1Timer
Left = 210
end
end